*
* # CSS nodes
*
- * |[<!-- language="plain" -->
+ * ```
* scale[.fine-tune][.marks-before][.marks-after]
* ├── [value][.top][.right][.bottom][.left]
* ├── marks.top
* ├── [fill]
* ├── [highlight]
* ╰── slider
- * ]|
+ * ```
*
* `GtkScale` has a main CSS node with name scale and a subnode for its contents,
* with subnodes named trough and slider.
*
* # Accessibility
*
- * `GtkScale` uses the #GTK_ACCESSIBLE_ROLE_SLIDER role.
+ * `GtkScale` uses the %GTK_ACCESSIBLE_ROLE_SLIDER role.
*/